[CSS] The padding style applying to <img> in IE7 is separate from FF3?
Posted
by Ricky
on Stack Overflow
See other posts from Stack Overflow
or by Ricky
Published on 2010-03-24T07:00:53Z
Indexed on
2010/03/24
7:03 UTC
Read the original article
Hit count: 186
Hi folks:
I got a image like below with padding-right: 15px
<td><img style=padding:0px 15px 0px 0px;... />
<td><td>another image<td/>
But the effect shows on IE and FF is a bit different. Is the way to measure is separate?
Thanks.
© Stack Overflow or respective owner